get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use
authorJoe Perches <joe@perches.com>
Thu, 19 Nov 2015 08:43:53 +0000 (08:43 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 24 Nov 2015 16:18:16 +0000 (16:18 +0000)
commit31aa8113a81d0b17b4aa3e4f8c61840aca2cf1ec
treebe71f4d4462b4c93e6ed61e4333b73da5c6fb7b1
parent2dd7eaf2e66eda7849c6b1a9f994aa391250ab7f
get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use

Perl 5.22 emits a deprecated message when "\C" is used in a regex.  Perl
5.24 will disallow it altogether.

Fix it by using [A-Z] instead of \C.

 [ Upstream commit ce8155f7a3d59ce868ea16d8891edda4d865e873 ]

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Keir Fraser <keir@xen.org>
Cc: Tim Deegan <tim@xen.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
scripts/get_maintainer.pl